libxc: increase lzma max memory constant to 128Mby
authorIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 11 Feb 2011 17:49:13 +0000 (17:49 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 11 Feb 2011 17:49:13 +0000 (17:49 +0000)
commita14b0eb5844cda6752aa98ab5509e565b92b17d4
tree5a644b77f91114b4ca7d3118287f8c4208252d0b
parentf54e9ea9c450d0a32c28d8be169d94b0b3f2a838
libxc: increase lzma max memory constant to 128Mby

According to lzma's configure.ac (!) the minimum memory limit to cope
with arbitrary input is 128Mby (!)

This is obviously an unreasonable amount of memory for this kind of
task, but we need to increase the constant limit for it not to
randomly fail.  So do so.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxc/xc_dom_bzimageloader.c